Snapservice ReplicationTargetConfiguration

Snapservice ReplicationTargetConfiguration
Snapservice ReplicationTargetConfiguration

The Snapservice ReplicationTargetConfiguration schema contains properties to configure the target for replication. At least one of the fields needs to be specified when updating the configuration.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "use_replica_seed": false,
    "storage_spec": {
        "target_datastore": "string"
    }
}
boolean
use_replica_seed
Optional

Specify if replica seed should be used for virtual machine replication.

This property was added in vSphere API 9.1.0.0.

if missing or null use the protection group level settings.

storage_spec
Optional

Specify the target storage spec for virtual machine replication.

This property was added in vSphere API 9.1.0.0.

if missing or null protection group level config will be used.